Tweak Google Map example.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 22 Jun 2005 19:03:06 +0000 (19:03 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 22 Jun 2005 19:03:06 +0000 (19:03 +0000)
gpsbabel/README

index d3c0101f154f4311b54062cc18955445b6a863ec..1d9f7b548df4018b9f5d7f2044a944e55062e227 100644 (file)
@@ -777,8 +777,8 @@ THE FORMATS
         useful:
 
         #!/bin/sh
-        FROM="233 S. Wacker, Chicago, IL"
-        TO="1060 W. Addison, Chicago, IL"
+       FROM="233 S. Upper Wacker Dr, Chicago, IL"
+       TO="1060 W. Addison St, Chicago, IL"
         wget -O - "http://maps.google.com/maps?q=$FROM to $TO&output=js" \
            2>/dev/null >google_map.js